home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000441_news@columbia.edu _Wed Aug 2 16:41:56 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id QAA00048
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 2 Aug 2000 16:41:56 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA06979
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 2 Aug 2000 16:41:55 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA09863
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 2 Aug 2000 16:21:15 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: How to build kermit for SunOS 5.7
  14. Date: 2 Aug 2000 20:21:15 GMT
  15. Organization: Columbia University
  16. Message-ID: <8m9vrr$9k5$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8m9usf$bfl$1@nnrp1.deja.com>,
  20. Mr. Scott  <scott_davis@my-deja.com> wrote:
  21. : I am trying to install the latest version of kermit on a Unix machine
  22. : that reports "SunOS 5.7" when the uname command is run.
  23. : I have tried two entries, solaris21 and posix, both of which have
  24. : failed.
  25. : The solaris21 make failed in the link step with several socket calls
  26. : listed as unresolved.
  27. : The posix make crapped out during compilation saying something about a
  28. : missing structure element.
  29. : I really don't want to play musical make here.
  30. : Ideas?
  31. Yes.  Pick up the current version of C-Kermit, 7.0:
  32.  
  33.   http://www.columbia.edu/kermit/ckermit.html
  34.  
  35. and then use one of the makefile target for Solaris 7:
  36.  
  37. - Frank